home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 21 / macformat_21.iso / Shareware / Comunicación / MacWebCam 2.1 / SampleScripts / Digitizer scripts < prev    next >
Text File  |  1996-08-02  |  468b  |  12 lines

  1. tell application "MacWebCam"
  2.     get brightness of digitizer of active document
  3.     get hue of digitizer of active document
  4.     get saturation of digitizer of active document
  5.     get contrast of digitizer of active document
  6.     get sharpness of digitizer of active document
  7.     get black level of digitizer of active document
  8.     get white level of digitizer of active document
  9.     get number of inputs of digitizer of active document
  10.     set input of digitizer of active document to 1
  11. end tell
  12.